home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / bdanim / rexx / aframe.rexx < prev    next >
OS/2 REXX Batch file  |  1999-06-15  |  219b  |  14 lines

  1. /*                                                         */
  2. /* Set a specific frame of a bdAnimation   */
  3. /* by Linus McCabe                                 */
  4. /*                                                         */
  5. /*    Usage: rx aframe <port> <frame>             */
  6.  
  7. parse arg port frame
  8.  
  9. address VALUE port
  10. 'setframe' frame
  11.  
  12.  
  13.  
  14.